home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / nparse32 / form2.fr_ / form2.fr (.txt)
Encoding:
Visual Basic Form  |  1996-07-01  |  1.5 KB  |  51 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H00C0C0C0&
  5.    Caption         =   "Form2"
  6.    ClientHeight    =   4695
  7.    ClientLeft      =   1620
  8.    ClientTop       =   1200
  9.    ClientWidth     =   6990
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   5100
  21.    Left            =   1560
  22.    LinkTopic       =   "Form2"
  23.    ScaleHeight     =   4695
  24.    ScaleWidth      =   6990
  25.    Top             =   855
  26.    Width           =   7110
  27.    Begin VB.TextBox Text1 
  28.       Appearance      =   0  'Flat
  29.       BeginProperty Font 
  30.          name            =   "MS Sans Serif"
  31.          charset         =   0
  32.          weight          =   400
  33.          size            =   8.25
  34.          underline       =   0   'False
  35.          italic          =   0   'False
  36.          strikethrough   =   0   'False
  37.       EndProperty
  38.       Height          =   4140
  39.       Left            =   255
  40.       MultiLine       =   -1  'True
  41.       ScrollBars      =   3  'Both
  42.       TabIndex        =   0
  43.       Text            =   "Form2.frx":0000
  44.       Top             =   255
  45.       Width           =   6570
  46.    End
  47. Attribute VB_Name = "Form2"
  48. Attribute VB_Creatable = False
  49. Attribute VB_Exposed = False
  50. Option Explicit
  51.